Search results

Video

Get ready to learn! Interoception and self-regulation

Interoception (mindful body awareness) refers to the perception, recognition and understanding of the internal physical states. These body signals can be understood as emotions and/or feelings which can then be responded to. Self-regulation is the ability to moderate or control emotions and actions in order to function ...

Online

Visual to text coding: Lesson 3

This is the third in a series of lessons to transition from visual coding to text-based coding with a general-purpose programming language. This lesson may take two to three 45-minute periods. It introduces how to generate and use random numbers.

Online

Data bias in AI

Artificial intelligence can sometimes be biased to certain shapes or colours. When such AI systems are applied to situations that involve people, then this bias can manifest itself as bias against skin colour or gender. This lesson explores bias in AI, where it comes from and what can be done to prevent it.

Online

Coding for GUIs (JavaScript edition): Index page

This lesson sequence provides step-by-step video tutorials and challenges to incorporate Graphical User Interfaces (GUIs) into your General Purpose Programming. It follows on from the Visual To Text Coding lesson series.

Online

Visual to text coding: Lesson 12

This is the final in a series of lessons to transition from visual coding to text-based coding with a General Purpose Programming language. See next steps for suggested courses and learning sequences after this lesson. It builds on the coding concept of functions (by introducing the concept of return values. Functions are ...

Online

Visual to text coding: Lesson 10

This is the tenth in a series of lessons to transition from visual coding to text-based coding with a General Purpose Programming language. This lesson may take two to three 45-minute periods. It introduces the coding concept of functions. Functions can help organise code, reduce repetition and more to be explored later.

Online

Visual to text coding: Lesson 7

This is the seventh in a series of lessons to transition from visual coding to text-based coding with a General Purpose Programming language. This lesson may take two to three 45-minute periods. It introduces iteration (also called loops).

Online

Visual to text coding: Lesson 1

This is the first in a series of lessons to transition from visual coding to text-based coding with a general-purpose programming language. This lesson may take two to three 45-minute periods. It introduces how to create variables, get user input and perform maths operations.

Online

Systems Thinking and AI applications

This lesson takes a systems thinking approach to understanding the place of artificial intelligence (AI) as a component within solutions to real world problems, such as predicting bushfire hotspots, spotting and monitoring animals in the wild, automated horticulture and agriculture, and early detection of medical issues.

Online

Book analysis with AI techniques

This learning sequence explores text analysis through Natural Language Processing, a significant application of Artificial Intelligence. Teachers and students are led through a series of video tutorials to develop a Python program that can break down and analyse the content of a complete text and use smart sentiment analysis ...

Online

Visual to text coding: Lesson 4

This is the fourth in a series of lessons to transition from visual coding to text-based coding with a General Purpose Programming language. This lesson may take two to three 45-minute periods. It introduces the combining of logical operators and and or for more complex decisions.

Online

Sphero young inventors

In this lesson students will explore the use of Sphero in the everyday world by adding accessories to invent solutions to workplace or other problems or simply by inventing an adaptation to the device. In each case, they are to build the accessory and create the code required for the device to serve a particular purpose. ...

Online

Probability calculations: Year 8 – planning tool

This planning resource for Year 8 is for the topic of Probability calculations. Students are introduced to more complex probability concepts, terminology and visual representations for all combinations of two events. Students learn the language and differences between the connectors: ‘and’, ‘or’(inclusive or exclusive), ...

Online

Lilypad Personalised Alert Buzzer

In this lesson students will create a personalised musical buzzer by programming the LilyPad Arduino to play a sound using the Main board, Buzzer and Button, coding the note frequency in Arduino IDE. The lesson can be extended to include LED’s that light up or flash according to the note played to enable the buzzer to be ...

Online

Off to the movies

This is a simple Boolean (true/false) application where its asks the user’s age - if you are over 15 then you can watch G and M rated movies - if you are under 15, then you can only watch G rated movies. This lesson was designed in collaboration with Jason Vearing QSITE (Gold Coast Chapter).

Online

Area and perimeter: Year 8 – planning tool

This planning resource for Year 8 is for the topic of Area and perimeter. Students build on their knowledge of the area and perimeter of rectangles, parallelograms and triangles to rhombi, kites and trapezia. They identify and use the formulae for these to solve problems.

Online

Saltwater crocs: resourceful or a resource?

This lesson focuses on the analysis of a dataset that records scientific data collected about the crocodile population in the Kimberley region during 2015. The lesson follows an inquiry process where students use the dataset to answer relevant questions about the crocodile population. It also provides an opportunity for ...

Online

Programming LED circuit with Arduino IDE

In this lesson students will be using components of the LilyPad development kit to create a circuit of LED’s that are controlled using a basic Arduino program, written in the Arduino IDE. Starting with a simple sequence of turning a LED on and off, the students can be challenged to choose a piece of music with a steady ...

Online

Linear expressions and equations: Year 8 – planning tool

This planning resource for Year 8 is for the topic of Linear expressions and equations. Students build on their knowledge of the order of operations, simplifying algebraic terms and their prior knowledge of the arithmetic laws. Students will now create and rearrange linear expressions, as well as expand and factorise them.

Online

Solar energy installations

This lesson uses data about solar energy installations to investigate data analysis. The dataset shows how many solar systems were installed, in each postcode, from 2001 to 2016. It is a useful way to understand how to explore and characterise datasets as well as to explore the use of data in the media. This lesson was ...